home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 1.iso / console / facet1v4.zip / zoom_std.cfg < prev   
Text File  |  1998-01-19  |  1KB  |  24 lines

  1. // Facet Q2 RC V1.4
  2. // Zoom Standard Config
  3.  
  4. // ZOOM WHEEL
  5. alias z10 "fov 10;wait;bind mwheeldown z30;wait;bind mwheelup echo MAX ZOOM IN;wait;sensitivity 2.000000;wait;echo MAX ZOOM IN"
  6. alias z30 "fov 30;wait;bind mwheeldown z50;wait;bind mwheelup z10;wait;sensitivity 4.000000;wait;set crosshair 3;wait;echo ZOOM 3"
  7. alias z50 "fov 50;wait;bind mwheeldown z70;wait;bind mwheelup z30;wait;sensitivity 6.000000;wait;ch;wait;echo ZOOM 5"
  8. alias z70 "fov 70;wait;bind mwheeldown z90;wait;bind mwheelup z50;wait;sensitivity 8.000000;wait;echo ZOOM 7"
  9. alias z90 "fov 90;wait;bind mwheeldown z110;wait;bind mwheelup z70;wait;ss;wait;echo ZOOM STANDARD"
  10. alias z110 "fov 110;wait;bind mwheeldown z130;wait;bind mwheelup z90;wait;echo ZOOM 11"
  11. alias z130 "fov 130;wait;bind mwheeldown echo MAX ZOOM OUT;wait;bind mwheelup z110;wait;echo MAX ZOOM OUT"
  12. bind BACKSPACE "Z90"
  13. z90
  14.  
  15. // ZOOM OUT
  16. bind x +zo
  17. alias +zo "fov 130"
  18. alias -zo "fov 90;wait;ch;wait;ss"
  19.  
  20. // ZOOM IN
  21. bind c +zi
  22. alias +zi "fov 20;wait;crosshair 3;wait;set sensitivity 2.000000"
  23. alias -zi "fov 90;wait;ch;wait;ss"
  24.